poetry export
https://python-poetry.org/docs/cli/#export
This command exports the lock file to other formats.
#poetry
-f
(
--format
)は
constraints.txt
と
requirements.txt
に対応
yamoryでrequiremens.txtを作らせるときに見た (
--without-hashes
)
https://docs.yamory.io/17a190be69ac4e8b9842807ba527a901
cutして整形している
実行したところ、exportはpluginとして提供されるとの警告を確認
https://python-poetry.org/docs/plugins/#using-plugins
poetry-plugin-export